Crate bevy_asset

source ·
Expand description

Built-in plugin for asset support.

This plugin allows a bevy app to work with assets from the filesystem (or another source), providing an asset server for loading and processing Assets and storing them in an asset storage to be accessed by systems.

Modules

Macros

  • Loads an internal asset from a project source file. the file and its path are passed to the loader function, together with any additional parameters. the resulting asset is stored in the app’s asset server.
  • Loads an internal binary asset.

Structs

Enums

Traits

Functions

Type Aliases

  • An owned and dynamically typed Future used when you can’t statically type your result or need to add some indirection.